C1ObservableCollection<T> Class
In This Topic
The
C1ObservableCollection<T> is the base class for all
System.Collections.ObjectModel.Collection`1 derived collections. Supports notification.
Object Model
Syntax
'Declaration
Public Class C1ObservableCollection(Of )
Inherits System.Collections.ObjectModel.Collection(Of T)
Implements INotifyCollectionChanged
public class C1ObservableCollection<> : System.Collections.ObjectModel.Collection<T>, INotifyCollectionChanged
Type Parameters
- T
- The type of objects to keep in collection.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
C1.C1Schedule.C1ObservableCollection<T>
C1.C1Schedule.ActionCollection
C1.C1Schedule.BaseList<T>
C1.C1Schedule.ReminderCollection
See Also